![]() |
EmptyRgn |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
Determines whether a region is empty.
Boolean EmptyRgn ( rgn );
A handle to the region to test for emptiness.
TRUE if the region whose handle you pass in the rgn parameter is an empty region or FALSE if it is not.
The EmptyRgn function does not create an empty region. To create an empty region, you can perform any of the following operations:
Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)